Address Lookup API
Error Codes
Error Code | Http Status Code | API Endpoint/ Resource | Reason for the Error | Error Cause |
AA-400-1 | 400 β Bad Request |
Auto Fuzzy Complete
Address Details |
Missing mandatory header {M}:
|
Required header {M} not specified. |
AA-400-2 | 400 β Bad Request | Auto Fuzzy Complete |
Missing mandatory address string query parameter {M}:
|
Required query parameter {M} not specified. |
AA-400-3 | 400 β Bad Request | Auto Fuzzy Complete |
Invalid value {X} with data type {T} for a query parameter {Q}:
|
Invalid value {X} for query parameter {Q}. Invalid type {T}, expected {type} |
AA-400-4 | 400 β Bad Request | Auto Fuzzy Complete |
Invalid range value {X} for a query parameter {Q}:
|
Invalid value {X} for query parameter {Q}. Expected number between {min} and {max} |
AA-400-5 | 400 β Bad Request | Address Details |
Invalid address identifier type {X}. Only possible identifiers are:
|
Invalid address identifier {X}. Expected either tui, tlc, plsam or aid |
AA-400-6 | 400 β Bad Request | Address Details |
Invalid address identifier value {X} for address identifier type {A}.
|
Invalid value {X} for {A}. Expected {type}, {constraint} |
AA-404-1 | 404 β Not Found | Address Details | No address details found for a specified address identifier. | An address could not be found matching the supplied address identifier. |
AA-404-2 | 404 β Not Found | Auto Fuzzy Complete | Invalid resource {X} after base URI /api (e.g. /api/addrezzez instead of addresses). | Invalid URI {X} encountered. |
AA-405-1 | 405 β Method Not Allowed |
Auto Fuzzy Complete
Address Details |
A request method is not supported for the requested resource; for example, a POST request is used to call GET address details. | Unsupported HTTP method encountered. |
AA-406-1 | 406 β Not Acceptable |
Auto Fuzzy Complete
Address Details |
Potentially caused by an 'Accept' request header other than 'application/json'. | Request not acceptable. |
AA-500-1 | 500 β Internal Server Error |
Auto Fuzzy Complete
Address Details |
There was an unexpected exception and/or condition encountered and needs further investigation. | Unable to process your request due to an unexpected error. |
AA-500-2 | 500 β Internal Server Error | Address Details | Data integrity issue. An address detail should not have multiple TLCs. | Unexpected multiple TLCs found in the address record. |
AA-500-3 | 500 β Internal Server Error | Address Details | Data integrity issue. An address detail should not have multiple PLSAMs. | Unexpected multiple PLSAMs found in the address record. |
AA-503-1 | 503 β Service Unavailable |
Auto Fuzzy Complete
Address Details |
The service is unavailable because a dependent system is not available (e.g. Core Logicβs Address Right API). | The server is currently unable to handle the request due to a temporary overload or scheduled maintenance. |